System Properties Windows page

General

Functionality:

  1. TreeView: list of currently running windows
  2. "Hidden" Checkbox: include/exclude hidden windows from list
  3. "Child" Checkbox: include/exclude child windows from list
  4. number next to "Child" Checkbox: number of windows currently displayed in TreeView
  5. "Find" button: display standard Find dialog box, and finds first window with selected text
  6. ComboBox next to "Find" button: displays styles/class of currently selected window in TreeView, if any
  7. "Print" button, upper left: permits printing of currently selected window in TreeView, if any CURRENTLY DISABLED
  8. Icon upper right, below Style ComboBox: main program icon of currently selected window in TreeView, if any
  9. Scroll bar below icon (not visible) : permits viewing other icons of main program icon of currently selected window in TreeView, if any
  10. Icon LOWER right, below Style ComboBox: CLASS icon of currently selected window in TreeView, if any
  11. "Send" button: permits Sending Messages to main program icon of currently selected window in TreeView, if any, disabled otherwise
  12. "SendMsg" group box: permits SendMessage method selection for use with "Send" button
  13. ComboBox next to "Send" button: permits selection of message to send to currently selected window in TreeView, if any; NOT ALL MESSAGES IN LIST ARE IMPLEMENTED
  14. wParam ComboBox: (editable) permits entering or selection of wParam in message to send; depends on message selected, may be disabled if not supported by message
  15. lParam EditBox: permits entering of lParam in message to send; depends on message selected, may be disabled if not supported by message
  16. "HWND_BROADCAST" CheckBox: permits sending selected message to ALL main windows
  17. "Show Hung" CheckBox: checks for hung windows - CURRENTLY DISABLED
  18. "Spy" button: spies incoming messages to selected window - CURRENTLY DISABLED
  19. Edit box below: used for entering or receiving text when sending messages such as WM_GETTEXT or WM_SETTEXT, disabled otherwise
  20. "Print..." button: prints list of windows in TreeView
  21. Apply button: refresh displayed information